The borders went missing on these, at some point.
https://bugzilla.gnome.org/show_bug.cgi?id=759567
}
}
& button:last-child,
- & button:last-child:backdrop, // set :backdrop too or the border will be visibile there
- &:last-child button,
- &:last-child button:backdrop { //treeview-like derived widgets in Banshee and Evolution
+ & button:last-child:backdrop {
border-right-style: none;
}
}
treeview.view header button:active {
color: #eeeeec;
transition: none; }
- treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
+ treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
border-right-style: none; }
treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
transition: none;
treeview.view header button:active {
color: #2e3436;
transition: none; }
- treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
+ treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
border-right-style: none; }
treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
transition: none;